Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(client): Add an Async Solana Client #37

Merged
merged 10 commits into from
May 30, 2024
Merged

Conversation

0xIchigo
Copy link
Collaborator

This PR addresses the fact that the current embedded Solana client is synchronous, while the rest of the SDK is meant for asynchronous use. To avoid breaking changes, a new_with_async_solana method was added to the Helius client so users can generate an async Solana client.

In the future, we should consider making the SDK default to an asynchronous embedded Solana client. However, this is sufficient for now

@0xIchigo 0xIchigo merged commit c8a2643 into dev May 30, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant